From a0eb6c2958a7e5ebfbab0ee102e9db915d922151 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Sun, 26 Jul 2026 04:07:36 +0000 Subject: [PATCH] Spelling --- doc/src/views.m4 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/src/views.m4 b/doc/src/views.m4 index d119b1c..ae3b5bb 100644 --- a/doc/src/views.m4 +++ b/doc/src/views.m4 @@ -28,7 +28,7 @@ Data Retrieval Views The views appearing in this section exist for convenience in querying. Some exist to make the data look more like the "old" data, as it appeared in the old MS Access database. -Others reproduce common query patterns, eliminiating the need to connect +Others reproduce common query patterns, eliminating the need to connect (join) multiple tables. +-------------------+----------------------+----------------------+-------------------+ @@ -37,8 +37,9 @@ Others reproduce common query patterns, eliminiating the need to connect | |BIOGRAPHY| | |BIOGRAPHY_DATA| row | Reproduce "old" data | |BIOGRAPHY_DATA| | | | | data | | +-------------------+----------------------+----------------------+-------------------+ -| |BREC_NOTES_VIEW| | |BRECORD_NOTES| row | Simplify querys that | |OBS|, | -| | | join |BRECORD_NOTES| | |BRECORD_NOTES| | +| |BREC_NOTES_VIEW| | |BRECORD_NOTES| row | Simplify queries | |OBS|, | +| | | that join | |BRECORD_NOTES| | +| | | |BRECORD_NOTES| | | | | | with other |EVENTS| | | | | | related tables | | +-------------------+----------------------+----------------------+-------------------+ @@ -56,12 +57,12 @@ Data Modification Views ======================= The views appearing in this section exist so that data can be more -easily uploaded into the database and more easily modifed. +easily uploaded into the database and more easily modified. These views may also be suitable for querying. Some exist to make the data look more like the "old" data, as it appeared in the old MS Access database. -Others reproduce common query patterns, eliminiating the need to connect +Others reproduce common query patterns, eliminating the need to connect (join) multiple tables. +-------------------+----------------------+--------------------------+----------------------+ -- 2.34.1